Skip to content

Commit

Permalink
Merge pull request #78 from kytos-ng/feature/2022.2rc1
Browse files Browse the repository at this point in the history
Bumped version 2022.2rc1
  • Loading branch information
viniarck authored Jul 12, 2022
2 parents acd568e + 90471d7 commit 84184a2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ Fixed
Security
========

[2022.2rc1] - "kiko" - 2022-07-11
*********************************

Removed
=======

- Removed deprecating ``tests_require`` and ``setup_requires``, bootstrapped tests dependencies directly on requirements/dev.txt with ``tox`` and ``pytest``

[2022.1] - "jovelina" - 2022-01-21
**********************************
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Quick Start
Installing
==========

In order to use this software please install python3.6 or greater into your
In order to use this software please install python3.9 into your
environment beforehand.

We are doing a huge effort to make Kytos and its components available on all
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
# built documents.
#
# The short X.Y version.
version = u'2022.1'
version = u'2022.2rc1'
show_version = False
# The full version, including alpha/beta/rc tags.
release = u'2022.1'
release = u'2022.2rc1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyof/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
This package is a library that parses and creates OpenFlow Messages.
It contains all implemented versions of OpenFlow protocol
"""
__version__ = '2022.1'
__version__ = '2022.2rc1'

0 comments on commit 84184a2

Please sign in to comment.