Skip to content

Commit

Permalink
Merge pull request #683 from python-babel/become-2.8.0
Browse files Browse the repository at this point in the history
Become 2.8.0
  • Loading branch information
akx authored Dec 31, 2019
2 parents c42bc9e + 692ad09 commit d45b2d3
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ Babel is written and maintained by the Babel team and various contributors:
- Leonardo Pistone
- Jun Omae
- Hyunjun Kim
- sebleblanc
- He Chen
- Steve (Gadget) Barnes
- Romuald Brunet
- Mario Frasca
- BT-sschmid
- Alberto Mardegan
- mondeja
Expand Down
21 changes: 21 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
Babel Changelog
===============

Version 2.8.0
-------------

Improvements
~~~~~~~~~~~~

* CLDR: Upgrade to CLDR 36.0 - Aarni Koskela (#679)
* Messages: Don't even open files with the "ignore" extraction method - @sebleblanc (#678)

Bugfixes
~~~~~~~~

* Numbers: Fix formatting very small decimals when quantization is disabled - Lev Lybin, @miluChen (#662)
* Messages: Attempt to sort all messages – Mario Frasca (#651, #606)

Docs
~~~~

* Add years to changelog - Romuald Brunet
* Note that installation requires pytz - Steve (Gadget) Barnes

Version 2.7.0
-------------

Expand Down
2 changes: 1 addition & 1 deletion babel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
negotiate_locale, parse_locale, get_locale_identifier


__version__ = '2.7.0'
__version__ = '2.8.0'
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '2.7'
version = '2.8'
# The full version, including alpha/beta/rc tags.
release = '2.7.0'
release = '2.8.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit d45b2d3

Please sign in to comment.