Skip to content

Commit

Permalink
Merge pull request #306 from sciunto-org/release/v1.3.0
Browse files Browse the repository at this point in the history
🔖 release v1.3.0
  • Loading branch information
MiWeiss committed Jul 9, 2022
2 parents 08b1e9c + 1733fec commit 57a1a60
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
v1.3.0
======

Most of these changes come from @MiWeiss personal fork, as one,
hence have a commit id instead of a PR number in CHANGELOG.

* Support for python 3.10
* Removing unused dependencies (fb86407 and d4e3f42)
* No empty extra lines at end of generated files (f84e318)
* Allow capital AND when splitting author list (a8527ff)
* Fix problem in `homogenize_latex_encoding` when authors are lists (528714c)
* Long description in setup.py (#304)
* Typo fixes (2b2c8ee, 11340f3)

v1.2.0
======

Expand Down
2 changes: 1 addition & 1 deletion bibtexparser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'loads', 'load', 'dumps', 'dump', 'bibdatabase',
'bparser', 'bwriter', 'bibtexexpression', 'latexenc', 'customization',
]
__version__ = '1.2.0'
__version__ = '1.3.0'

from . import bibdatabase, bibtexexpression, bparser, bwriter, latexenc, customization

Expand Down

0 comments on commit 57a1a60

Please sign in to comment.