Merge ~jugmac00/lazr.batchnavigator:release-v-2.0.0 into lazr.batchnavigator:main

Proposed by Jürgen Gmach
Status: Merged
Merged at revision: d6222bc8427d3e16ad4558af444de5da884c1db4
Proposed branch: ~jugmac00/lazr.batchnavigator:release-v-2.0.0
Merge into: lazr.batchnavigator:main
Diff against target: 63 lines (+12/-10)
3 files modified
MANIFEST.in (+6/-1)
NEWS.rst (+3/-8)
setup.py (+3/-1)
Reviewer Review Type Date Requested Status
Jürgen Gmach Approve
Review via email: mp+433883@code.launchpad.net

Commit message

Prepare release for version 2

To post a comment you must log in.
Revision history for this message
Jürgen Gmach (jugmac00) wrote :

self-approve, as this is just a release preparation for already reviewed changes

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/MANIFEST.in b/MANIFEST.in
2index 7144b88..2c6dbf9 100644
3--- a/MANIFEST.in
4+++ b/MANIFEST.in
5@@ -1,5 +1,10 @@
6-include COPYING.txt HACKING.rst NEWS.rst
7 recursive-include src *.txt *.rst *.pt *.zcml *.xsd
8 include src/lazr/batchnavigator/docs/Makefile
9 prune src/lazr/batchnavigator/docs/_build
10 exclude MANIFEST.in .bzrignore
11+include *.conf
12+include *.rst
13+include *.yaml
14+include tox.ini
15+recursive-include src *.py
16+include .git-blame-ignore-revs
17diff --git a/NEWS.rst b/NEWS.rst
18index 9424892..5050d95 100644
19--- a/NEWS.rst
20+++ b/NEWS.rst
21@@ -2,17 +2,12 @@
22 NEWS for lazr.batchnavigator
23 ============================
24
25-unreleased
26-==========
27+2.0.0 (2022-11-30)
28+==================
29
30 - Drop support for Python 2.7.
31-- Declare support for Python 3.11.
32-
33-1.3.2
34-=====
35-
36+- Declare support for Python 3.9, 3.10 and 3.11.
37 - Add ``pre-commit`` configuration.
38-- Declare support for Python 3.9 and 3.10.
39 - Publish documentation on Read the Docs.
40 - Apply ``black``, ``isort`` and ``flake8`` via ``pre-commit``.
41 - Apply inclusive naming via the woke pre-commit hook.
42diff --git a/setup.py b/setup.py
43index d240e3f..8e80044 100755
44--- a/setup.py
45+++ b/setup.py
46@@ -46,7 +46,7 @@ tests_require = [
47
48 setup(
49 name="lazr.batchnavigator",
50- version="1.3.1",
51+ version="2.0.0",
52 namespace_packages=["lazr"],
53 packages=find_packages("src"),
54 package_dir={"": "src"},
55@@ -79,6 +79,8 @@ setup(
56 "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", # noqa: E501
57 "Operating System :: OS Independent",
58 "Programming Language :: Python",
59+ "Programming Language :: Python :: 2",
60+ "Programming Language :: Python :: 2.7",
61 "Programming Language :: Python :: 3",
62 "Programming Language :: Python :: 3.5",
63 "Programming Language :: Python :: 3.6",

Subscribers

People subscribed via source and target branches