Skip to content

Commit

Permalink
1.0.7 (2020-10-18)
Browse files Browse the repository at this point in the history
------------------
  • Loading branch information
karpierz committed Oct 18, 2020
1 parent 3e91414 commit f97b299
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
/build/
/dist/
*.egg-info
*.py[cod]
__pycache__
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

1.0.6 (2020-10-17)
1.0.7 (2020-10-18)
------------------
- Final release.
- Setup: fix an improper dependencies versions.
Expand Down
2 changes: 1 addition & 1 deletion src/C99/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__summary__ = "C99 headers and libraries that are missing from the " \
"C compilers for Python2."
__uri__ = "https://pypi.org/project/C99/"
__version_info__ = type("version_info", (), dict(major=1, minor=0, micro=6,
__version_info__ = type("version_info", (), dict(major=1, minor=0, micro=7,
releaselevel="final", serial=0))
__version__ = "{0.major}.{0.minor}.{0.micro}{1}{2}".format(__version_info__,
dict(alpha="a", beta="b", candidate="rc", final="",
Expand Down

0 comments on commit f97b299

Please sign in to comment.