Skip to content

Commit

Permalink
Changelog and version boost for 0.4.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yarikoptic committed Feb 2, 2021
1 parent 2891558 commit 8277a6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented (for humans) in this file
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.4.1] - 2021-02-01

Just a quick re-release for PyPI ensuring (manually) that setuptools_scm is present
in the environment while running `sdist` so all auxililary files such as `setup_tools.py`
are included in the distribution.

## [0.4.0] - 2021-01-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion reproman/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from os.path import lexists, dirname, join as opj, curdir

# Hard coded version, to be done by release process
__version__ = '0.4.0'
__version__ = '0.4.1'

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

0 comments on commit 8277a6d

Please sign in to comment.