Skip to content

Commit

Permalink
#18 loosen mock requirement and 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
corydodt committed Feb 26, 2020
1 parent 432aa38 commit dc801fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $ tox

Make sure to:

- Update codado/_version.py
- Update version in setup.py
- Update the Change Log below
- **Commit the changes to the above files**
- Add and push a tag for the new release
Expand All @@ -40,6 +40,10 @@ For point releases: Make sure there is a series-0.x branch in github, and branch

## Change Log

### [0.7.5] - 2020.02.26
#### Changed:
- The version of mock is no longer strictly specified, allowing higher versions to be used while this package is installed

### [0.7.4] - 2019.11.26
#### Added:
- hotedit.hotedit() for opening your favorite local editor and getting the results back as a string
Expand Down Expand Up @@ -93,6 +97,7 @@ For point releases: Make sure there is a series-0.x branch in github, and branch
- 0.4: Initial public usable release

[Crosscap]: https://github.com/corydodt/Crosscap
[0.7.5]: https://github.com/corydodt/Codado/compare/release-0.7.4...release-0.7.5
[0.7.4]: https://github.com/corydodt/Codado/compare/release-0.7.2...release-0.7.4
[0.7.2]: https://github.com/corydodt/Codado/compare/release-0.7.0...release-0.7.2
[0.7.0]: https://github.com/corydodt/Codado/compare/release-0.6.1...release-0.7.0
Expand Down
16 changes: 0 additions & 16 deletions requirements.txt

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup


__version__ = '0.7.4'
__version__ = '0.7.5'


cfg = dict(
Expand All @@ -25,7 +25,7 @@
attrs>=17.1.0
crosscap
jinja2
mock>=2.0.0,<2.1.0
mock
python-dateutil
pytz>=2015.4
pyyaml
Expand Down

0 comments on commit dc801fb

Please sign in to comment.