Skip to content

Commit 2595194

Browse files
committed
Biopython 1.83
1 parent cf6781f commit 2595194

3 files changed

Lines changed: 22 additions & 11 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ baseurl:
1717

1818
author:
1919
name: Biopython Contributors
20-
url: https://twitter.com/biopython
20+
url: https://biopython.org
2121

2222
# Custom variables for Hyde theme
23-
version: "1.82"
23+
version: "1.83"
2424
github:
2525
repo: https://github.com/biopython/biopython

wiki/Biopython.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ the libraries and tools.
4242
| | [ Cookbook (working examples)](wiki/Category%3ACookbook "wikilink") | [Google Summer of Code](wiki/Google_Summer_of_Code "wikilink") |
4343
| | [ Discuss and ask questions](wiki/Mailing_lists "wikilink") | [Report bugs](https://github.com/biopython/biopython/issues) |
4444

45-
The latest release is [Biopython 1.82](wiki/Download "wikilink"), released on
46-
22 December 2023.
45+
The latest release is [Biopython 1.83](wiki/Download "wikilink"), released on
46+
10 Januaray 2024.

wiki/Download.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ redirect_from:
66
- /download/
77
---
88

9-
Current Release - 1.82 - 22 December 2023
10-
=========================================
9+
Current Release - 1.83 - 10 January 2024
10+
========================================
1111

1212
See also [What's
1313
new](https://github.com/biopython/biopython/blob/master/NEWS.rst).
1414

1515
### Files
1616

17-
#### Biopython 1.81
17+
#### Biopython 1.83
1818

19-
- [biopython-1.82.tar.gz](http://biopython.org/DIST/biopython-1.82.tar.gz)
19+
- [biopython-1.83.tar.gz](http://biopython.org/DIST/biopython-1.83.tar.gz)
2020
19Mb -- Source Tarball
21-
- [biopython-1.82.zip](http://biopython.org/DIST/biopython-1.82.zip)
21+
- [biopython-1.83.zip](http://biopython.org/DIST/biopython-1.83.zip)
2222
20Mb -- Source Zip File
23-
- [Pre-compiled wheel files on PyPI](https://pypi.python.org/pypi/biopython/1.82)
24-
- [Tutorial-1.82.pdf](http://biopython.org/DIST/docs/tutorial/Tutorial-1.82.pdf) -- Documentation
23+
- [Pre-compiled wheel files on PyPI](https://pypi.python.org/pypi/biopython/1.83)
24+
- [Tutorial-1.83.pdf](http://biopython.org/DIST/docs/tutorial/Tutorial-1.83.pdf) -- Documentation
2525

2626
### Installation Instructions
2727

@@ -158,6 +158,17 @@ Recent releases of Biopython require NumPy (and not Numeric).
158158
Version 1.76 is the last release to support Python 2.7 and 3.5,
159159
all later releases require Python 3.6 or greater:
160160

161+
- [biopython-1.82.tar.gz](http://biopython.org/DIST/biopython-1.82.tar.gz)
162+
19Mb -- Source Tarball
163+
- [biopython-1.82.zip](http://biopython.org/DIST/biopython-1.82.zip)
164+
20Mb -- Source Zip File
165+
- [Pre-compiled wheel files on PyPI](https://pypi.python.org/pypi/biopython/1\
166+
.82)
167+
- [Tutorial-1.82.pdf](http://biopython.org/DIST/docs/tutorial/Tutorial-1.82.p\
168+
df) -- Documentation
169+
170+
<!-- -->
171+
161172
- [biopython-1.81.tar.gz](http://biopython.org/DIST/biopython-1.81.tar.gz)
162173
17Mb -- Source Tarball (12 February 2023)
163174
- [biopython-1.81.zip](http://biopython.org/DIST/biopython-1.81.zip)

0 commit comments

Comments
 (0)