Skip to content

Commit ab5f7e8

Browse files
committed
Update changelog
1 parent d854d16 commit ab5f7e8

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
v1.5.0 (in development)
1+
v1.4.1 (in development)
22
-----------------------
33
- Migrated from setuptools to hatch
4+
- **Bugfix**: When no `accept` argument is passed to
5+
`PyPISimple.get_project_page()`, actually fall back to the value supplied on
6+
client instantiation, as documented (contributed by
7+
[@thatch](https://github.com/thatch))
48

59
v1.4.0 (2023-11-01)
610
-------------------

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018-2023 John Thorvald Wodder II
3+
Copyright (c) 2018-2023 John Thorvald Wodder II and contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/changelog.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
Changelog
44
=========
55

6-
v1.5.0 (in development)
6+
v1.4.1 (in development)
77
-----------------------
88
- Migrated from setuptools to hatch
9-
9+
- **Bugfix**: When no ``accept`` argument is passed to
10+
`PyPISimple.get_project_page()`, actually fall back to the value supplied on
11+
client instantiation, as documented (contributed by `@thatch
12+
<https://github.com/thatch>`_)
1013

1114
v1.4.0 (2023-11-01)
1215
-------------------

src/pypi_simple/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
for more information.
1515
"""
1616

17-
__version__ = "1.5.0.dev1"
17+
__version__ = "1.4.1.dev1"
1818
__author__ = "John Thorvald Wodder II"
1919
__author_email__ = "pypi-simple@varonathe.org"
2020
__license__ = "MIT"

0 commit comments

Comments
 (0)