Skip to content

Commit

Permalink
Perform minor consistency cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom committed Oct 3, 2023
1 parent d930d10 commit a25ee40
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
24 changes: 13 additions & 11 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
5. Update version to, e.g. 5.0.0:

- in ``altair/__init__.py``
- in ``doc/conf.py`` (two places)
- in ``doc/conf.py``

6. Double-check that all vega-lite/vega/vega-embed versions are up-to-date:

Expand Down Expand Up @@ -54,19 +54,21 @@
12. update version to, e.g. 5.1.0dev:

- in ``altair/__init__.py``
- in ``doc/conf.py`` (two places)
- in ``doc/conf.py``

13. add a new changelog entry for the unreleased version:

Version 5.1.0 (unreleased)
--------------------------

Enhancements
~~~~~~~~~~~~
Bug Fixes
~~~~~~~~~
Backward-Incompatible Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
Version 5.1.0 (unreleased)
--------------------------
Enhancements
~~~~~~~~~~~~
Bug Fixes
~~~~~~~~~
Backward-Incompatible Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
14. Commit change and push to main:
Expand Down
10 changes: 5 additions & 5 deletions doc/releases/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Version 5.1.2 (released Oct 3, 2023)
----------------------------------------

- Update Vega-Lite from version 5.14.1 to version 5.15.1;
see `Vega-Lite Release Notes <https://github.com/vega/vega-lite/releases>`_.
see `Vega-Lite Release Notes <https://github.com/vega/vega-lite/releases/tag/v5.15.1>`_.

Bug Fixes
~~~~~~~~~
Expand All @@ -37,7 +37,7 @@ Version 5.1.0 (released August 28, 2023)
----------------------------------------

- Update Vega-Lite from version 5.8.0 to version 5.14.1;
see `Vega-Lite Release Notes <https://github.com/vega/vega-lite/releases>`_.
see `Vega-Lite Release Notes <https://github.com/vega/vega-lite/releases/tag/v5.14.1>`_.

Enhancements
~~~~~~~~~~~~
Expand Down Expand Up @@ -71,7 +71,7 @@ Version 5.0.0 (released May 9, 2023)
------------------------------------

- Update Vega-Lite from version 4.17.0 to version 5.8.0;
see `Vega-Lite Release Notes <https://github.com/vega/vega-lite/releases>`_.
see `Vega-Lite Release Notes <https://github.com/vega/vega-lite/releases/tag/v5.8.0>`_.

Enhancements
~~~~~~~~~~~~
Expand Down Expand Up @@ -150,7 +150,7 @@ Version 4.2.0 (released Dec 29, 2021)
-------------------------------------

- Update Vega-Lite from version 4.8.1 to version 4.17.0;
see `Vega-Lite Release Notes <https://github.com/vega/vega-lite/releases>`_.
see `Vega-Lite Release Notes <https://github.com/vega/vega-lite/releases/tag/v4.17.0>`_.

Enhancements
~~~~~~~~~~~~
Expand All @@ -177,7 +177,7 @@ Version 4.1.0 (released April 1, 2020)

- Minimum Python version is now 3.6
- Update Vega-Lite to version 4.8.1; many new features and bug fixes from Vega-Lite
versions 4.1 through 4.8; see `Vega-Lite Release Notes <https://github.com/vega/vega-lite/releases>`_.
versions 4.1 through 4.8; see `Vega-Lite Release Notes <https://github.com/vega/vega-lite/releases/tag/v4.8.0>`_.

Enhancements
~~~~~~~~~~~~
Expand Down

0 comments on commit a25ee40

Please sign in to comment.