Skip to content

Commit

Permalink
Merge pull request #54 from databio/dev
Browse files Browse the repository at this point in the history
0.8.3
  • Loading branch information
nsheff authored Sep 20, 2021
2 parents f7c2703 + 32d3e7f commit 211f942
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.

## [0.8.3] -- 2021-09-20
## Fixed
- removed use2to3 for compatibility with setuptools upgrade.

## [0.8.2] -- 2021-06-28
## Fixed
- if file is empty, initialize its contents to an empty dict, which prevents failure
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
extra = {}
extra["install_requires"] = DEPENDENCIES

# 2to3
if sys.version_info >= (3,):
extra["use_2to3"] = True

with open("yacman/_version.py", "r") as versionfile:
version = versionfile.readline().split()[-1].strip("\"'\n")

Expand Down
2 changes: 1 addition & 1 deletion yacman/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.2"
__version__ = "0.8.3"

0 comments on commit 211f942

Please sign in to comment.