Skip to content

Commit

Permalink
Update release info
Browse files Browse the repository at this point in the history
  • Loading branch information
brunato committed May 15, 2022
1 parent be4f64a commit 6b44038
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
CHANGELOG
*********

`v2.5.2`_ (2022-05-15)
======================
* Include PR #43 with fixes for `XPathContext.iter_siblings()` (issues #42 and #44)

`v2.5.1`_ (2022-04-28)
======================
* Fix for failed floats equality tests (issue #41)
Expand Down Expand Up @@ -356,3 +360,4 @@ CHANGELOG
.. _v2.4.0: https://github.com/sissaschool/elementpath/compare/v2.3.3...v2.4.0
.. _v2.5.0: https://github.com/sissaschool/elementpath/compare/v2.4.0...v2.5.0
.. _v2.5.1: https://github.com/sissaschool/elementpath/compare/v2.5.0...v2.5.1
.. _v2.5.2: https://github.com/sissaschool/elementpath/compare/v2.5.1...v2.5.2
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ elementpath
:target: https://travis-ci.org/sissaschool/elementpath
.. image:: https://img.shields.io/pypi/dm/elementpath.svg
:target: https://pypi.python.org/pypi/elementpath/
.. image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg
:target: https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity

.. elementpath-introduction
Expand All @@ -31,7 +29,7 @@ because `lxml.etree <http://lxml.de>`_ already has it's own implementation of XP
Installation and usage
======================

You can install the package with *pip* in a Python 3.6+ environment::
You can install the package with *pip* in a Python 3.7+ environment::

pip install elementpath

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# The short X.Y version
version = '2.5'
# The full version, including alpha/beta/rc tags
release = '2.5.1'
release = '2.5.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion elementpath/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# @author Davide Brunato <brunato@sissa.it>
#
__version__ = '2.5.1'
__version__ = '2.5.2'
__author__ = "Davide Brunato"
__contact__ = "brunato@sissa.it"
__copyright__ = "Copyright 2018-2022, SISSA"
Expand Down
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publiccodeYmlVersion: '0.2'
name: elementpath
url: 'https://github.com/sissaschool/elementpath'
landingURL: 'https://github.com/sissaschool/elementpath'
releaseDate: '2022-04-28'
softwareVersion: v2.5.1
releaseDate: '2022-05-15'
softwareVersion: v2.5.2
developmentStatus: stable
platforms:
- linux
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='elementpath',
version='2.5.1',
version='2.5.2',
packages=find_packages(include=['elementpath', 'elementpath.*']),
include_package_data=True,
author='Davide Brunato',
Expand Down

0 comments on commit 6b44038

Please sign in to comment.