Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jssuzanne committed May 17, 2021
1 parent cc01c04 commit a11bf1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion anyblok_pyramid/release.py
Expand Up @@ -7,8 +7,9 @@
# Copyright (C) 2018 Jean-Sebastien SUZANNE <jssuzanne@anybox.fr>
# Copyright (C) 2019 Jean-Sebastien SUZANNE <js.suzanne@gmail.com>
# Copyright (C) 2020 Jean-Sebastien SUZANNE <js.suzanne@gmail.com>
# Copyright (C) 2021 Jean-Sebastien SUZANNE <js.suzanne@gmail.com>
#
# This Source Code Form is subject to the terms of the Mozilla Public License,
# v. 2.0. If a copy of the MPL was not distributed with this file,You can
# obtain one at http://mozilla.org/MPL/2.0/.
version = '1.2.0'
version = '1.2.1'
2 changes: 1 addition & 1 deletion doc/CHANGES.rst
Expand Up @@ -16,7 +16,7 @@
CHANGELOG
=========

1.2.1 (unreleased)
1.2.1 (2021-05-17)
------------------

* Forced Pyramid version before upgrade to 2.0
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -3,13 +3,14 @@
# Copyright (C) 2015 Jean-Sebastien SUZANNE <jssuzanne@anybox.fr>
# Copyright (C) 2018 Jean-Sebastien SUZANNE <jssuzanne@anybox.fr>
# Copyright (C) 2019 Jean-Sebastien SUZANNE <js.suzanne@gmail.com>
# Copyright (C) 2021 Jean-Sebastien SUZANNE <js.suzanne@gmail.com>
#
# This Source Code Form is subject to the terms of the Mozilla Public License,
# v. 2.0. If a copy of the MPL was not distributed with this file,You can
# obtain one at http://mozilla.org/MPL/2.0/.
from setuptools import setup, find_packages
import os
version = '1.2.0'
version = '1.2.1'

requires = [
'anyblok>=1.1.0',
Expand Down Expand Up @@ -63,7 +64,7 @@
zip_safe=False,
include_package_data=True,
install_requires=requires,
tests_require=requires + ['nose', 'WebTest'],
tests_require=requires + ['pytest', 'pytest-cov', 'WebTest'],
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit a11bf1a

Please sign in to comment.