Skip to content

Commit

Permalink
1.0.3 (2020-09-17)
Browse files Browse the repository at this point in the history
------------------
  • Loading branch information
karpierz committed Sep 17, 2020
1 parent 4843d3d commit 478ec71
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
build:
image: latest
python:
version: 3.7
version: 2.7
install:
- method: pip
path: .
Expand Down
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.2 (2020-09-17)
1.0.3 (2020-09-17)
------------------
- Final release.
- Setup update and cleanup.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ skip_missing_interpreters = true
[base]
setup_requires =
pip>=20.2.3
setuptools>=44.1.1
setuptools~=41.2.0
wheel>=0.35.1
packagesubdir = C99

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=2,
__version_info__ = type("version_info", (), dict(major=1, minor=0, micro=3,
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 478ec71

Please sign in to comment.