Skip to content

Commit 914e1d5

Browse files
committed
2.13.0
1 parent 7feec4c commit 914e1d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '2.12'
63+
version = '2.13'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '2.12.3'
65+
release = '2.13.0'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
license="MIT",
3030
long_description=long_description,
3131
url="http://github.com/loyada/typedpy",
32-
download_url ="https://github.com/loyada/typedpy/archive/v2.12.4.tar.gz",
32+
download_url ="https://github.com/loyada/typedpy/archive/v2.13.0.tar.gz",
3333
keywords=['testing', 'type-safe', 'strict', 'schema', 'validation'],
34-
version='2.12.4'
34+
version='2.13.0'
3535
)
3636

3737
# coverage run --source=typedpy/ setup.py test

0 commit comments

Comments
 (0)