Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Nov 25, 2019
1 parent 190e55f commit 4b1334a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Key:
+ means addition
- means deletion

Version 2.11.2:
* Improved documentation a lot more
+ Exposed the "blacklisted" dividers list
+ Added maintainer field to setup.py
+ Added Python version constraints to setup.py to prevent
unsupported Python version installs

Version 2.11.1:
+ Added API Refrence documentation page
* Updated tests to work with new Python version
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import setuptools

# Package version:
VERSION = "2.11.1"
VERSION = "2.11.2"

# Read the long description:
with open("README.md", mode="r") as FILE_HANDLER:
Expand Down Expand Up @@ -68,8 +68,10 @@
setuptools.setup(
name="area4",
version=VERSION,
author="area4 Team",
author="Reece Dunham",
author_email="me@rdil.rocks",
maintainer="area4 Team",
maintainer_email="me@rdil.rocks",
description="Dividers in Python, the easy way!",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 4b1334a

Please sign in to comment.