Skip to content

Commit 8ec72d0

Browse files
committed
New release
1 parent de68251 commit 8ec72d0

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

codext/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.8.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
markdown2>=2.3.9
1+
markdown2>=2.4.0
22
six

setup.cfg

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,31 @@ keywords =
1313
programming
1414
codecs
1515
encodings
16-
license = AGPLv3
16+
license = GPLv3
1717
license-file = LICENSE
1818
classifier =
1919
Development Status :: 5 - Production/Stable
2020
Environment :: Console
2121
Intended Audience :: Developers
22-
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
22+
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
2323
Programming Language :: Python :: 2
2424
Programming Language :: Python :: 2.7
2525
Programming Language :: Python :: 3
26-
Programming Language :: Python :: 3.5
2726
Programming Language :: Python :: 3.6
2827
Programming Language :: Python :: 3.7
2928
Programming Language :: Python :: 3.8
29+
Programming Language :: Python :: 3.9
3030
Topic :: Software Development :: Libraries :: Python Modules
3131
3232
[options]
3333
packages = find:
3434
include_package_data = False
3535
install_requires =
36-
markdown2>=2.3.9
36+
markdown2==2.3.10; python_version=='2.7' # rq.filter: >=2.4.0
37+
markdown2>=2.4.0; python_version>='3.6'
3738
six
3839
setup-requires = setuptools
39-
python-requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*!=3.4.*,<4
40+
python-requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,<4
4041
4142
[options.package_data]
4243
* = *.txt

0 commit comments

Comments
 (0)