mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 20:52:43 +00:00
bump version
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [unreleased]
|
## [2.1.0] -- 2023-08-27
|
||||||
|
|
||||||
* default theme: `img` have now `max-width: 100%` by default to avoid very
|
* default theme: `img` have now `max-width: 100%` by default to avoid very
|
||||||
large images overflowing
|
large images overflowing
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
automatic finding of namespace packages and packaga-data, currently does not
|
automatic finding of namespace packages and packaga-data, currently does not
|
||||||
work as advertised in setuptools' docs
|
work as advertised in setuptools' docs
|
||||||
* updated dependencies
|
* updated dependencies
|
||||||
|
* created debian/watch
|
||||||
|
|
||||||
## [2.0.0] - 2023-06-16
|
## [2.0.0] - 2023-06-16
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__VERSION__ = "2.0.0"
|
__VERSION__ = "2.1.0"
|
||||||
|
|||||||
14
debian/changelog
vendored
14
debian/changelog
vendored
@@ -1,3 +1,17 @@
|
|||||||
|
blag (2.1.0) unstable; urgency=medium
|
||||||
|
|
||||||
|
* default theme: `img` have now `max-width: 100%` by default to avoid very
|
||||||
|
large images overflowing
|
||||||
|
* packaging: explicitly list `templates`, `static` and `content` as packages
|
||||||
|
instead of relying on package-data for setuptools. additionally, created a
|
||||||
|
MANIFEST.in to add the contents of these directories here as well. the
|
||||||
|
automatic finding of namespace packages and packaga-data, currently does
|
||||||
|
not work as advertised in setuptools' docs
|
||||||
|
* updated dependencies
|
||||||
|
* created debian/watch
|
||||||
|
|
||||||
|
-- Bastian Venthur <venthur@debian.org> Sun, 27 Aug 2023 15:27:39 +0200
|
||||||
|
|
||||||
blag (2.0.0) unstable; urgency=medium
|
blag (2.0.0) unstable; urgency=medium
|
||||||
|
|
||||||
* new upstream version
|
* new upstream version
|
||||||
|
|||||||
Reference in New Issue
Block a user