Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Bump to version 3.1.0
Browse files Browse the repository at this point in the history
# New features
* Django 1.10 and 1.11 support

# Misc
* Switch to tox for testing across multiple Django versions
* Drop requirements files to discourage running as an app
  • Loading branch information
cmc333333 authored Jul 12, 2017
1 parent bedaea5 commit aa055bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="regcore",
version="3.0.0",
version="3.1.0",
license="public domain",
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit aa055bb

Please sign in to comment.