Skip to content

Commit c7c147b

Browse files
committed
🔖 Update to 1.0.0, add changelog
1 parent a79017e commit c7c147b

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.rst

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
Changelog
2+
=========
3+
4+
The versions follow `Semantic Versioning <https://semver.org/lang/de/>`_:
5+
``MAJOR.MINOR.PATCH``.
6+
7+
``MAJOR``
8+
is increased when incompatible changes are published.
9+
``MINOR``
10+
is increased when new compatible functionalities are released.
11+
``PATCH``
12+
is increased if the changes include only compatible bug fixes.
13+
14+
.. _changelog
15+
16+
1.0.0
17+
18+
* 🔖 Update to 1.0.0, add changelog
19+
* 💄 Switch to furo theme
20+
* 📝 Add dataclasses
21+
* 📝 Switch to intersphinx links
22+
* 📝 Add note to Unicode help
23+
* 📝 Add link to pandas I/O tools and examples for serialisation files
24+
* 📝 Add striding and link to slicing with pandas
25+
* 📝 Add lambda functions
26+
* 📝 Update dicts type
27+
28+
* Add setdefault
29+
* Add merging of dictionaries
30+
31+
* 📝 Update list type
32+
33+
* Add loops with index
34+
* Add list comprehensions
35+
36+
* 📝 Update set type
37+
* 📝 Extend the strings section
38+
* 📝 Add link to bankers’ rounding

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
show_authors = True
7272

7373
# The full version, including alpha/beta/rc tags
74-
release = "0.1.0"
74+
release = "1.0.0"
7575

7676
# The language for content autogenerated by Sphinx. Refer to documentation
7777
# for a list of supported languages.
@@ -98,6 +98,7 @@
9898
# a list of builtin themes.
9999
#
100100
html_theme = "furo"
101+
html_title = "Python basics 1.0.0"
101102

102103
# Theme options are theme-specific and customize the look and feel of a
103104
# theme further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)