Skip to content

Commit cd1aaf5

Browse files
committed
Publish 1.1.5
SHA256 hashes: jupyter_releaser-1.1.5-py3-none-any.whl: 095c1358fb064e28e174f4d8146b09e3fe97b8e2aa5f73951b74ea2800c053b4 jupyter_releaser-1.1.5.tar.gz: daa81867b6dd3cd4cd9a869aebcdfddbf93a14e8d5dabc27f267c738e74c2fc9
1 parent 2acb616 commit cd1aaf5

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 1.1.5
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...2acb616f67cf9edc926bf5d877a434f59dbb0ee6))
8+
9+
### Enhancements made
10+
11+
- Add whitelist for http request in yarn [#491](https://github.com/jupyter-server/jupyter_releaser/pull/491) ([@brichet](https://github.com/brichet))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2023-01-09&to=2023-01-26&type=c))
16+
17+
[@brichet](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Abrichet+updated%3A2023-01-09..2023-01-26&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 1.1.4
622

723
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...e9d498b2398a2880e06d45f4119a1d537fe48402))
@@ -16,8 +32,6 @@
1632

1733
[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Afcollonval+updated%3A2023-01-03..2023-01-09&type=Issues)
1834

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 1.1.3
2236

2337
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...872a0b9357b03a7ebf804a65250aa616e91d7178))

jupyter_releaser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
3-
__version__ = "1.2.0.dev0"
3+
__version__ = "1.1.5"

0 commit comments

Comments
 (0)