summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2019-12-31 14:31:24 +0200
committerGitHub <noreply@github.com>2019-12-31 14:31:24 +0200
commitd45b2d300b1e2ef261c243ab7d094045d61fcd8e (patch)
tree021a9e097017590f445839c4bb61414fda8dac90
parentc42bc9e907d638b368d07a326daa841e4a0bd691 (diff)
parent692ad094c8fdf1895b7f56a071f38f8e463a2c62 (diff)
downloadbabel-d45b2d300b1e2ef261c243ab7d094045d61fcd8e.tar.gz
Merge pull request #683 from python-babel/become-2.8.0v2.8.0
Become 2.8.0
-rw-r--r--AUTHORS5
-rw-r--r--CHANGES21
-rw-r--r--babel/__init__.py2
-rw-r--r--docs/conf.py4
4 files changed, 29 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 6374cd6..31a5cd1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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
diff --git a/CHANGES b/CHANGES
index ec265c5..4441f68 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
-------------
diff --git a/babel/__init__.py b/babel/__init__.py
index 1132e6f..c10a8bd 100644
--- a/babel/__init__.py
+++ b/babel/__init__.py
@@ -21,4 +21,4 @@ from babel.core import UnknownLocaleError, Locale, default_locale, \
negotiate_locale, parse_locale, get_locale_identifier
-__version__ = '2.7.0'
+__version__ = '2.8.0'
diff --git a/docs/conf.py b/docs/conf.py
index 6eed08f..83c5bf2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -51,9 +51,9 @@ copyright = u'2019, The Babel Team'
# 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.