Skip to content

Commit 82c1215

Browse files
committed
2.4
1 parent 996bf52 commit 82c1215

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@
5252

5353
# General information about the project.
5454
project = 'Typedpy'
55-
copyright = '2020, Danny Loya'
55+
copyright = '2021, Danny Loya'
5656
author = 'Danny Loya'
5757

5858
# The version info for the project you're documenting, acts as replacement for
5959
# |version| and |release|, also used in various other places throughout the
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = '2.3'
63+
version = '2.4'
6464
# The full version, including alpha/beta/rc tags.
65-
release = '2.3.10'
65+
release = '2.4.0'
6666

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

docs/utilities.rst

Whitespace-only changes.

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.3.11.tar.gz",
32+
download_url ="https://github.com/loyada/typedpy/archive/v2.4.0.tar.gz",
3333
keywords=['testing', 'type-safe', 'strict', 'schema', 'validation'],
34-
version='2.3.11'
34+
version='2.4.0'
3535
)
3636

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

0 commit comments

Comments
 (0)