Skip to content

Commit 8277a6d

Browse files
committed
Changelog and version boost for 0.4.1
unfortunately for me (but fortunately for humanity ;)) cannot just reupload 0.4.0 into pypi, so minting a new quick release. Tarball for 0.4.0 missing setup_tools was removed since not usable
1 parent 2891558 commit 8277a6d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented (for humans) in this file
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [0.4.1] - 2021-02-01
8+
9+
Just a quick re-release for PyPI ensuring (manually) that setuptools_scm is present
10+
in the environment while running `sdist` so all auxililary files such as `setup_tools.py`
11+
are included in the distribution.
12+
713
## [0.4.0] - 2021-01-28
814

915
### Added

reproman/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from os.path import lexists, dirname, join as opj, curdir
1212

1313
# Hard coded version, to be done by release process
14-
__version__ = '0.4.0'
14+
__version__ = '0.4.1'
1515

1616
# NOTE: might cause problems with "python setup.py develop" deployments
1717
# so I have even changed buildbot to use pip install -e .

0 commit comments

Comments
 (0)