Skip to content

Commit

Permalink
Merge branch '2.10-maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Jun 16, 2022
2 parents a75ac3c + 79f3d33 commit 558f26c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -3,9 +3,11 @@ name: CI
push:
branches:
- master
- '*-maint'
pull_request:
branches:
- master
- '*-maint'
jobs:
Build:
runs-on: ubuntu-20.04
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -2,9 +2,13 @@ name: Test

on:
push:
branches: [ master ]
branches:
- master
- '*-maint'
pull_request:
branches: [ master ]
branches:
- master
- '*-maint'

jobs:
test:
Expand Down
10 changes: 10 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,16 @@
Babel Changelog
===============

Version 2.10.3
--------------

This is a bugfix release for Babel 2.10.2, which was mistakenly packaged with outdated locale data.

Thanks to Michał Górny for pointing this out and Jun Omae for verifying.

This and future Babel PyPI packages will be built by a more automated process,
which should make problems like this less likely to occur.

Version 2.10.2
--------------

Expand Down
2 changes: 1 addition & 1 deletion babel/__init__.py
Expand Up @@ -20,4 +20,4 @@
negotiate_locale, parse_locale, get_locale_identifier


__version__ = '2.10.2'
__version__ = '2.10.3'

0 comments on commit 558f26c

Please sign in to comment.