Skip to content

Commit

Permalink
Prepare for version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosdahl committed Mar 8, 2021
1 parent daeece2 commit c6473c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Work in progress
2.1 (2021-03-08)

* Added --ssl-cert-file and --ssl-key-file arguments.
* Fixed formatting of default parameter in help messages.
Expand Down
2 changes: 1 addition & 1 deletion miniircd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ from typing import Any, Collection, Dict, List, Optional, Sequence, Set

Socket = socket.socket

VERSION = "2.0"
VERSION = "2.1"


def create_directory(path: str) -> None:
Expand Down

0 comments on commit c6473c5

Please sign in to comment.