Skip to content

Commit

Permalink
1.0.5 (2020-09-29)
Browse files Browse the repository at this point in the history
------------------
- Setup: fix an improper dependencies versions.
  • Loading branch information
karpierz committed Sep 29, 2020
1 parent f9c440b commit 6985aa7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
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.4 (2020-09-22)
1.0.5 (2020-09-29)
------------------
- Setup: fix an improper dependencies versions.

Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.. _CHANGES:
.. _changes:
.. include:: ../CHANGES.rst
1 change: 1 addition & 0 deletions docs/README.rst
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.. _readme:
.. include:: ../README.rst
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=4,
__version_info__ = type("version_info", (), dict(major=1, minor=0, micro=5,
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 6985aa7

Please sign in to comment.