Skip to content

Commit

Permalink
v0.11.41
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Jul 17, 2021
1 parent e9bf092 commit 57c2972
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions copyparty/__version__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# coding: utf-8

VERSION = (0, 11, 40)
VERSION = (0, 11, 41)
CODENAME = "the grid"
BUILD_DT = (2021, 7, 15)
BUILD_DT = (2021, 7, 17)

S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)
Expand Down
3 changes: 3 additions & 0 deletions copyparty/web/browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,9 @@ input.eq_gain {
position: relative;
background: #444;
}
#files th span {
position: relative;
}
#files>thead>tr>th.min,
#files td.min {
display: none;
Expand Down

0 comments on commit 57c2972

Please sign in to comment.